home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act3 / 00267_level1a.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  275 b   |  10 lines

  1. on exitFrame
  2.   global WhichBug, TxtCursor, digitalis, changer, cursortime, highlow
  3.   set changer to EMPTY
  4.   set TxtCursor to 42 + WhichBug
  5.   set the castNum of sprite TxtCursor to getAt(digitalis, 16)
  6.   set cursortime to the timer + 15
  7.   set highlow to 1
  8.   updateStage()
  9. end
  10.